projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
685b1dc
)
gnttab: fix a printk() format specifier
author
Jan Beulich
<jbeulich@suse.com>
Thu, 29 Jan 2015 14:57:11 +0000
(15:57 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Thu, 29 Jan 2015 14:57:11 +0000
(15:57 +0100)
... to fix arm32 build.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/common/grant_table.c
patch
|
blob
|
history
diff --git
a/xen/common/grant_table.c
b/xen/common/grant_table.c
index e44fe205ef6801a20c317d82e21f34284ab29321..1a11766a57e7a667f863c9e05675e1461fdf9293 100644
(file)
--- a/
xen/common/grant_table.c
+++ b/
xen/common/grant_table.c
@@
-2210,7
+2210,7
@@
static int gnttab_copy_claim_buf(const struct gnttab_copy *op,
buf->read_only, buf->domain);
if ( rc != GNTST_okay )
PIN_FAIL(out, rc,
- "source frame %
lx
invalid.\n", ptr->u.gmfn);
+ "source frame %
"PRI_xen_pfn"
invalid.\n", ptr->u.gmfn);
buf->ptr.u.gmfn = ptr->u.gmfn;
buf->ptr.offset = 0;